home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
util
/
pack
/
xpk_Source.lha
/
xpk_Source
/
xpkmaster
/
All.c
next >
Wrap
C/C++ Source or Header
|
1996-11-26
|
546b
|
31 lines
#ifndef XPKMASTER_ALL_C
#define XPKMASTER_ALL_C
/* Programmheader
Name: xpkmaster.library
Author: SDI
Distribution: PD
Description: the xpk packing library system
3.10 28.10.96 : first SDI version
*/
#include "xpkmaster.c"
#include "query.c"
#include "checksum.c"
#include "fib.c"
#include "geterror.c"
#include "hook.c"
#include "hook_fh.c"
#include "hook_mem.c"
#include "open.c"
#include "progress.c"
#include "sublibs.c"
#include "tags.c"
#include "util.c"
#include "xbuf.c"
#include "xpk_strings.c"
#endif /* XPKMASTER_ALL_C */